table of contents
rte_cryptodev_qp_conf(3) | DPDK | rte_cryptodev_qp_conf(3) |
NAME¶
rte_cryptodev_qp_conf
SYNOPSIS¶
#include <rte_cryptodev.h>
Data Fields¶
uint32_t nb_descriptors
struct rte_mempool * mp_session
Detailed Description¶
Crypto device queue pair configuration structure.
Definition at line 615 of file rte_cryptodev.h.
Field Documentation¶
uint32_t nb_descriptors¶
Number of descriptors per queue pair
Definition at line 616 of file rte_cryptodev.h.
struct rte_mempool* mp_session¶
The mempool for creating session in sessionless mode
Definition at line 617 of file rte_cryptodev.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |